Html Css Color HEX #950CBB Dark Violet

📋 copy color: '#950CBB'

red 149 ◦ green 12 ◦ blue 187

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

Shades of Dark Violet #950CBB

Tints of Dark Violet #950CBB

RGB

 RED value IS 149 (58.59% from 255) = 42.82%

 GREEN value IS 12 (5.08% from 255) = 3.45%

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 42.82%
G = 3.45%
B = 53.74%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#950CBB (or 0x950CBB) is known color: Dark Violet. HEX triplet: 95, 0C and BB. RGB value is (149,12,187). Sum of RGB (Red+Green+Blue) = 149+12+187=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #950CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CBB is #6AF344. Grayscale: #484848. Windows color (decimal): -7009093 or 12258453. OLE color: 12258453.

HSL color Cylindrical-coordinate representation of color #950CBB: hue angle of 286.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CBB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 12 187 -
CMYK 0.20 0.94 0 0.27
HSL 286.97º 0.88% 0.39% -
HSV(B) 286.97º 0.94% 0.73% -
XYZ 21.5 10.24 47.86 -
YUV 72.91 192.39 182.27 -
System Red Green Blue C M Y K H S L
Decimal 149 12 187 0.20 0.94 0 0.27 286.97 0.88 0.39
Hex 95 C BB 14 5E 0 1B 11F 58 27
Octal 225 14 273 24 136 0 33 437 130 47
Binary 10010101 1100 10111011 10100 1011110 0 11011 100011111 1011000 100111

Color Harmonies of #950CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CBB

Black with #950CBB

Text Example


Text Example

White with #950CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950CBB; }

 p { color: rgb(149,12,187); }

 H1.HeaderClassName
 {
   color: #950CBB;
 }
 .AnyTagClassName
 {
   color: #950CBB;
 }
</style>

background-color css

<style>
 a { background-color: #950CBB; }

 a { background-color: rgb(149,12,187); }

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

border-color css

<style>
 span { border-color: #950CBB; }

 span { border-color: rgb(149,12,187); }

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