Html Css Color HEX #952ABE Dark Orchid

📋 copy color: '#952ABE'

red 149 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #952ABE

Tints of Dark Orchid #952ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.02%

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

R = 39.11%
G = 11.02%
B = 49.87%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#952ABE (or 0x952ABE) is known color: Dark Orchid. HEX triplet: 95, 2A and BE. RGB value is (149,42,190). Sum of RGB (Red+Green+Blue) = 149+42+190=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #952ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ABE is #6AD541. Grayscale: #5A5A5A. Windows color (decimal): -7001410 or 12462741. OLE color: 12462741.

HSL color Cylindrical-coordinate representation of color #952ABE: hue angle of 283.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952ABE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 42 190 -
CMYK 0.22 0.78 0 0.25
HSL 283.38º 0.64% 0.45% -
HSV(B) 283.38º 0.78% 0.75% -
XYZ 22.52 11.76 49.8 -
YUV 90.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 149 42 190 0.22 0.78 0 0.25 283.38 0.64 0.45
Hex 95 2A BE 16 4E 0 19 11B 40 2D
Octal 225 52 276 26 116 0 31 433 100 55
Binary 10010101 101010 10111110 10110 1001110 0 11001 100011011 1000000 101101

Color Harmonies of #952ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952ABE

Black with #952ABE

Text Example


Text Example

White with #952ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952ABE; }

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

 H1.HeaderClassName
 {
   color: #952ABE;
 }
 .AnyTagClassName
 {
   color: #952ABE;
 }
</style>

background-color css

<style>
 a { background-color: #952ABE; }

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

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

border-color css

<style>
 span { border-color: #952ABE; }

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

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