Html Css Color HEX #951BAE Dark Orchid

📋 copy color: '#951BAE'

red 149 ◦ green 27 ◦ blue 174

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

Shades of Dark Orchid #951BAE

Tints of Dark Orchid #951BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.71%

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

R = 42.57%
G = 7.71%
B = 49.71%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#951BAE (or 0x951BAE) is known color: Dark Orchid. HEX triplet: 95, 1B and AE. RGB value is (149,27,174). Sum of RGB (Red+Green+Blue) = 149+27+174=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #951BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951BAE is #6AE451. Grayscale: #4F4F4F. Windows color (decimal): -7005266 or 11410325. OLE color: 11410325.

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

Color convert

RGB 149 27 174 -
CMYK 0.14 0.84 0 0.32
HSL 289.8º 0.73% 0.39% -
HSV(B) 289.8º 0.84% 0.68% -
XYZ 20.43 10.23 40.94 -
YUV 80.24 180.92 177.05 -
System Red Green Blue C M Y K H S L
Decimal 149 27 174 0.14 0.84 0 0.32 289.8 0.73 0.39
Hex 95 1B AE E 54 0 20 122 49 27
Octal 225 33 256 16 124 0 40 442 111 47
Binary 10010101 11011 10101110 1110 1010100 0 100000 100100010 1001001 100111

Color Harmonies of #951BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BAE

Black with #951BAE

Text Example


Text Example

White with #951BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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