Html Css Color HEX #9B08CF Dark Violet

📋 copy color: '#9B08CF'

red 155 ◦ green 8 ◦ blue 207

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

Shades of Dark Violet #9B08CF

Tints of Dark Violet #9B08CF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 41.89%
G = 2.16%
B = 55.95%

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

#9B08CF (or 0x9B08CF) is known color: Dark Violet. HEX triplet: 9B, 08 and CF. RGB value is (155,8,207). Sum of RGB (Red+Green+Blue) = 155+8+207=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B08CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B08CF is #64F730. Grayscale: #494949. Windows color (decimal): -6616881 or 13568155. OLE color: 13568155.

HSL color Cylindrical-coordinate representation of color #9B08CF: hue angle of 284.32º degrees, saturation: 0.93, 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 #9B08CF is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 8 207 -
CMYK 0.25 0.96 0 0.19
HSL 284.32º 0.93% 0.42% -
HSV(B) 284.32º 0.96% 0.81% -
XYZ 24.87 11.65 59.97 -
YUV 74.64 202.7 185.32 -
System Red Green Blue C M Y K H S L
Decimal 155 8 207 0.25 0.96 0 0.19 284.32 0.93 0.42
Hex 9B 8 CF 19 60 0 13 11C 5D 2A
Octal 233 10 317 31 140 0 23 434 135 52
Binary 10011011 1000 11001111 11001 1100000 0 10011 100011100 1011101 101010

Color Harmonies of #9B08CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B08CF

Black with #9B08CF

Text Example


Text Example

White with #9B08CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,8,207); }

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

background-color css

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

 a { background-color: rgb(155,8,207); }

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

border-color css

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

 span { border-color: rgb(155,8,207); }

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