Html Css Color HEX #9F0BEC Dark Violet

📋 copy color: '#9F0BEC'

red 159 ◦ green 11 ◦ blue 236

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

Shades of Dark Violet #9F0BEC

Tints of Dark Violet #9F0BEC

RGB

 RED value IS 159 (62.5% from 255) = 39.16%

 GREEN value IS 11 (4.69% from 255) = 2.71%

 BLUE value IS 236 (92.58% from 255) = 58.13%

R = 39.16%
G = 2.71%
B = 58.13%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F0BEC (or 0x9F0BEC) is known color: Dark Violet. HEX triplet: 9F, 0B and EC. RGB value is (159,11,236). Sum of RGB (Red+Green+Blue) = 159+11+236=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F0BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0BEC is #60F413. Grayscale: #505050. Windows color (decimal): -6353940 or 15469471. OLE color: 15469471.

HSL color Cylindrical-coordinate representation of color #9F0BEC: hue angle of 279.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BEC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 11 236 -
CMYK 0.33 0.95 0 0.07
HSL 279.47º 0.91% 0.48% -
HSV(B) 279.47º 0.95% 0.93% -
XYZ 29.56 13.67 80.44 -
YUV 80.9 215.53 183.7 -
System Red Green Blue C M Y K H S L
Decimal 159 11 236 0.33 0.95 0 0.07 279.47 0.91 0.48
Hex 9F B EC 21 5F 0 7 117 5B 30
Octal 237 13 354 41 137 0 7 427 133 60
Binary 10011111 1011 11101100 100001 1011111 0 111 100010111 1011011 110000

Color Harmonies of #9F0BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BEC

Black with #9F0BEC

Text Example


Text Example

White with #9F0BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,11,236); }

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

background-color css

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

 a { background-color: rgb(159,11,236); }

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

border-color css

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

 span { border-color: rgb(159,11,236); }

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