Html Css Color HEX #950CBE Dark Violet

📋 copy color: '#950CBE'

red 149 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #950CBE

Tints of Dark Violet #950CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 42.45%
G = 3.42%
B = 54.13%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#950CBE (or 0x950CBE) is known color: Dark Violet. HEX triplet: 95, 0C and BE. RGB value is (149,12,190). Sum of RGB (Red+Green+Blue) = 149+12+190=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #950CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CBE is #6AF341. Grayscale: #484848. Windows color (decimal): -7009090 or 12455061. OLE color: 12455061.

HSL color Cylindrical-coordinate representation of color #950CBE: hue angle of 286.18º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CBE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 12 190 -
CMYK 0.22 0.94 0 0.25
HSL 286.18º 0.88% 0.4% -
HSV(B) 286.18º 0.94% 0.75% -
XYZ 21.82 10.37 49.57 -
YUV 73.26 193.89 182.03 -
System Red Green Blue C M Y K H S L
Decimal 149 12 190 0.22 0.94 0 0.25 286.18 0.88 0.4
Hex 95 C BE 16 5E 0 19 11E 58 28
Octal 225 14 276 26 136 0 31 436 130 50
Binary 10010101 1100 10111110 10110 1011110 0 11001 100011110 1011000 101000

Color Harmonies of #950CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950CBE

Black with #950CBE

Text Example


Text Example

White with #950CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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