Html Css Color HEX #9000B3 Dark Violet

📋 copy color: '#9000B3'

red 144 ◦ green 0 ◦ blue 179

#9000B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9000B3

Tints of Dark Violet #9000B3

RGB

 RED value IS 144 (56.64% from 255) = 44.58%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 179 (70.31% from 255) = 55.42%

R = 44.58%
G = 0%
B = 55.42%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9000B3 (or 0x9000B3) is known color: Dark Violet. HEX triplet: 90, 00 and B3. RGB value is (144,0,179). Sum of RGB (Red+Green+Blue) = 144+0+179=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #9000B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000B3 is #6FFF4C. Grayscale: #3E3E3E. Windows color (decimal): -7339853 or 11731088. OLE color: 11731088.

HSL color Cylindrical-coordinate representation of color #9000B3: hue angle of 288.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000B3 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 0 179 -
CMYK 0.20 1 0 0.30
HSL 288.27º 1% 0.35% -
HSV(B) 288.27º 1% 0.7% -
XYZ 19.64 9.18 43.39 -
YUV 63.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 144 0 179 0.20 1 0 0.30 288.27 1 0.35
Hex 90 0 B3 14 64 0 1E 120 64 23
Octal 220 0 263 24 144 0 36 440 144 43
Binary 10010000 0 10110011 10100 1100100 0 11110 100100000 1100100 100011

Color Harmonies of #9000B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000B3

Black with #9000B3

Text Example


Text Example

White with #9000B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9000B3; }

 p { color: rgb(144,0,179); }

 H1.HeaderClassName
 {
   color: #9000B3;
 }
 .AnyTagClassName
 {
   color: #9000B3;
 }
</style>

background-color css

<style>
 a { background-color: #9000B3; }

 a { background-color: rgb(144,0,179); }

 div.DivClassName
 {
   background-color: #9000B3;
 }
 .BgClassName
 {
   background-color: #9000B3;
 }
</style>

border-color css

<style>
 span { border-color: #9000B3; }

 span { border-color: rgb(144,0,179); }

 td.TdClassName
 {
   border-color: #9000B3;
 }
 .TagClassName
 {
   border-color: #9000B3;
 }
</style>