Html Css Color HEX #9B09DE Dark Violet

📋 copy color: '#9B09DE'

red 155 ◦ green 9 ◦ blue 222

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

Shades of Dark Violet #9B09DE

Tints of Dark Violet #9B09DE

RGB

 RED value IS 155 (60.94% from 255) = 40.16%

 GREEN value IS 9 (3.91% from 255) = 2.33%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 40.16%
G = 2.33%
B = 57.51%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B09DE (or 0x9B09DE) is known color: Dark Violet. HEX triplet: 9B, 09 and DE. RGB value is (155,9,222). Sum of RGB (Red+Green+Blue) = 155+9+222=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B09DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B09DE is #64F621. Grayscale: #4C4C4C. Windows color (decimal): -6616610 or 14551451. OLE color: 14551451.

HSL color Cylindrical-coordinate representation of color #9B09DE: hue angle of 281.13º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B09DE is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 9 222 -
CMYK 0.30 0.96 0 0.13
HSL 281.13º 0.92% 0.45% -
HSV(B) 281.13º 0.96% 0.87% -
XYZ 26.8 12.44 70.1 -
YUV 76.94 209.87 183.68 -
System Red Green Blue C M Y K H S L
Decimal 155 9 222 0.30 0.96 0 0.13 281.13 0.92 0.45
Hex 9B 9 DE 1E 60 0 D 119 5C 2D
Octal 233 11 336 36 140 0 15 431 134 55
Binary 10011011 1001 11011110 11110 1100000 0 1101 100011001 1011100 101101

Color Harmonies of #9B09DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B09DE

Black with #9B09DE

Text Example


Text Example

White with #9B09DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B09DE; }

 p { color: rgb(155,9,222); }

 H1.HeaderClassName
 {
   color: #9B09DE;
 }
 .AnyTagClassName
 {
   color: #9B09DE;
 }
</style>

background-color css

<style>
 a { background-color: #9B09DE; }

 a { background-color: rgb(155,9,222); }

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

border-color css

<style>
 span { border-color: #9B09DE; }

 span { border-color: rgb(155,9,222); }

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