Html Css Color HEX #950BEA Dark Violet

📋 copy color: '#950BEA'

red 149 ◦ green 11 ◦ blue 234

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

Shades of Dark Violet #950BEA

Tints of Dark Violet #950BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 37.82%
G = 2.79%
B = 59.39%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#950BEA (or 0x950BEA) is known color: Dark Violet. HEX triplet: 95, 0B and EA. RGB value is (149,11,234). Sum of RGB (Red+Green+Blue) = 149+11+234=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #950BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950BEA is #6AF415. Grayscale: #4C4C4C. Windows color (decimal): -7009302 or 15338389. OLE color: 15338389.

HSL color Cylindrical-coordinate representation of color #950BEA: hue angle of 277.13º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950BEA is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 11 234 -
CMYK 0.36 0.95 0 0.08
HSL 277.13º 0.91% 0.48% -
HSV(B) 277.13º 0.95% 0.92% -
XYZ 27.37 12.57 78.83 -
YUV 77.68 216.22 178.87 -
System Red Green Blue C M Y K H S L
Decimal 149 11 234 0.36 0.95 0 0.08 277.13 0.91 0.48
Hex 95 B EA 24 5F 0 8 115 5B 30
Octal 225 13 352 44 137 0 10 425 133 60
Binary 10010101 1011 11101010 100100 1011111 0 1000 100010101 1011011 110000

Color Harmonies of #950BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BEA

Black with #950BEA

Text Example


Text Example

White with #950BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,11,234); }

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

background-color css

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

 a { background-color: rgb(149,11,234); }

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

border-color css

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

 span { border-color: rgb(149,11,234); }

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