Html Css Color HEX #951CB5 Dark Orchid

📋 copy color: '#951CB5'

red 149 ◦ green 28 ◦ blue 181

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

Shades of Dark Orchid #951CB5

Tints of Dark Orchid #951CB5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.82%

 BLUE value IS 181 (71.09% from 255) = 50.56%

R = 41.62%
G = 7.82%
B = 50.56%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#951CB5 (or 0x951CB5) is known color: Dark Orchid. HEX triplet: 95, 1C and B5. RGB value is (149,28,181). Sum of RGB (Red+Green+Blue) = 149+28+181=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #951CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CB5 is #6AE34A. Grayscale: #515151. Windows color (decimal): -7005003 or 11869333. OLE color: 11869333.

HSL color Cylindrical-coordinate representation of color #951CB5: hue angle of 287.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951CB5 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 28 181 -
CMYK 0.18 0.85 0 0.29
HSL 287.45º 0.73% 0.41% -
HSV(B) 287.45º 0.85% 0.71% -
XYZ 21.15 10.56 44.64 -
YUV 81.62 184.09 176.06 -
System Red Green Blue C M Y K H S L
Decimal 149 28 181 0.18 0.85 0 0.29 287.45 0.73 0.41
Hex 95 1C B5 12 55 0 1D 11F 49 29
Octal 225 34 265 22 125 0 35 437 111 51
Binary 10010101 11100 10110101 10010 1010101 0 11101 100011111 1001001 101001

Color Harmonies of #951CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CB5

Black with #951CB5

Text Example


Text Example

White with #951CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,28,181); }

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

background-color css

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

 a { background-color: rgb(149,28,181); }

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

border-color css

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

 span { border-color: rgb(149,28,181); }

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