Html Css Color HEX #9B09CE Dark Violet

📋 copy color: '#9B09CE'

red 155 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #9B09CE

Tints of Dark Violet #9B09CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 41.89%
G = 2.43%
B = 55.68%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B09CE (or 0x9B09CE) is known color: Dark Violet. HEX triplet: 9B, 09 and CE. RGB value is (155,9,206). Sum of RGB (Red+Green+Blue) = 155+9+206=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B09CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B09CE is #64F631. Grayscale: #4A4A4A. Windows color (decimal): -6616626 or 13502875. OLE color: 13502875.

HSL color Cylindrical-coordinate representation of color #9B09CE: hue angle of 284.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B09CE is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 9 206 -
CMYK 0.25 0.96 0 0.19
HSL 284.47º 0.92% 0.42% -
HSV(B) 284.47º 0.96% 0.81% -
XYZ 24.76 11.62 59.33 -
YUV 75.11 201.87 184.98 -
System Red Green Blue C M Y K H S L
Decimal 155 9 206 0.25 0.96 0 0.19 284.47 0.92 0.42
Hex 9B 9 CE 19 60 0 13 11C 5C 2A
Octal 233 11 316 31 140 0 23 434 134 52
Binary 10011011 1001 11001110 11001 1100000 0 10011 100011100 1011100 101010

Color Harmonies of #9B09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B09CE

Black with #9B09CE

Text Example


Text Example

White with #9B09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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