Html Css Color HEX #951FAE Dark Orchid

📋 copy color: '#951FAE'

red 149 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #951FAE

Tints of Dark Orchid #951FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.76%

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

R = 42.09%
G = 8.76%
B = 49.15%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#951FAE (or 0x951FAE) is known color: Dark Orchid. HEX triplet: 95, 1F and AE. RGB value is (149,31,174). Sum of RGB (Red+Green+Blue) = 149+31+174=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #951FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951FAE is #6AE051. Grayscale: #525252. Windows color (decimal): -7004242 or 11411349. OLE color: 11411349.

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

Color convert

RGB 149 31 174 -
CMYK 0.14 0.82 0 0.32
HSL 289.51º 0.7% 0.4% -
HSV(B) 289.51º 0.82% 0.68% -
XYZ 20.52 10.43 40.97 -
YUV 82.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 149 31 174 0.14 0.82 0 0.32 289.51 0.7 0.4
Hex 95 1F AE E 52 0 20 122 46 28
Octal 225 37 256 16 122 0 40 442 106 50
Binary 10010101 11111 10101110 1110 1010010 0 100000 100100010 1000110 101000

Color Harmonies of #951FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FAE

Black with #951FAE

Text Example


Text Example

White with #951FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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