Html Css Color HEX #951CB6 Dark Orchid

📋 copy color: '#951CB6'

red 149 ◦ green 28 ◦ blue 182

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

Shades of Dark Orchid #951CB6

Tints of Dark Orchid #951CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.7%

R = 41.5%
G = 7.8%
B = 50.7%

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

#951CB6 (or 0x951CB6) is known color: Dark Orchid. HEX triplet: 95, 1C and B6. RGB value is (149,28,182). Sum of RGB (Red+Green+Blue) = 149+28+182=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #951CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CB6 is #6AE349. Grayscale: #515151. Windows color (decimal): -7005002 or 11934869. OLE color: 11934869.

HSL color Cylindrical-coordinate representation of color #951CB6: hue angle of 287.14º 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 #951CB6 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 28 182 -
CMYK 0.18 0.85 0 0.29
HSL 287.14º 0.73% 0.41% -
HSV(B) 287.14º 0.85% 0.71% -
XYZ 21.25 10.6 45.18 -
YUV 81.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 149 28 182 0.18 0.85 0 0.29 287.14 0.73 0.41
Hex 95 1C B6 12 55 0 1D 11F 49 29
Octal 225 34 266 22 125 0 35 437 111 51
Binary 10010101 11100 10110110 10010 1010101 0 11101 100011111 1001001 101001

Color Harmonies of #951CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CB6

Black with #951CB6

Text Example


Text Example

White with #951CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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