Html Css Color HEX #952FAE Dark Orchid

📋 copy color: '#952FAE'

red 149 ◦ green 47 ◦ blue 174

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

Shades of Dark Orchid #952FAE

Tints of Dark Orchid #952FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.7%

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 40.27%
G = 12.7%
B = 47.03%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#952FAE (or 0x952FAE) is known color: Dark Orchid. HEX triplet: 95, 2F and AE. RGB value is (149,47,174). Sum of RGB (Red+Green+Blue) = 149+47+174=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #952FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952FAE is #6AD051. Grayscale: #5B5B5B. Windows color (decimal): -7000146 or 11415445. OLE color: 11415445.

HSL color Cylindrical-coordinate representation of color #952FAE: hue angle of 288.19º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952FAE is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 47 174 -
CMYK 0.14 0.73 0 0.32
HSL 288.19º 0.57% 0.43% -
HSV(B) 288.19º 0.73% 0.68% -
XYZ 21.05 11.48 41.15 -
YUV 91.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 149 47 174 0.14 0.73 0 0.32 288.19 0.57 0.43
Hex 95 2F AE E 49 0 20 120 39 2B
Octal 225 57 256 16 111 0 40 440 71 53
Binary 10010101 101111 10101110 1110 1001001 0 100000 100100000 111001 101011

Color Harmonies of #952FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FAE

Black with #952FAE

Text Example


Text Example

White with #952FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,47,174); }

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

background-color css

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

 a { background-color: rgb(149,47,174); }

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

border-color css

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

 span { border-color: rgb(149,47,174); }

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