Html Css Color HEX #951BCD Dark Orchid

📋 copy color: '#951BCD'

red 149 ◦ green 27 ◦ blue 205

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

Shades of Dark Orchid #951BCD

Tints of Dark Orchid #951BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 39.11%
G = 7.09%
B = 53.81%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#951BCD (or 0x951BCD) is known color: Dark Orchid. HEX triplet: 95, 1B and CD. RGB value is (149,27,205). Sum of RGB (Red+Green+Blue) = 149+27+205=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #951BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BCD is #6AE432. Grayscale: #535353. Windows color (decimal): -7005235 or 13441941. OLE color: 13441941.

HSL color Cylindrical-coordinate representation of color #951BCD: hue angle of 281.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951BCD is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 27 205 -
CMYK 0.27 0.87 0 0.20
HSL 281.12º 0.77% 0.45% -
HSV(B) 281.12º 0.87% 0.8% -
XYZ 23.81 11.58 58.74 -
YUV 83.77 196.42 174.53 -
System Red Green Blue C M Y K H S L
Decimal 149 27 205 0.27 0.87 0 0.20 281.12 0.77 0.45
Hex 95 1B CD 1B 57 0 14 119 4D 2D
Octal 225 33 315 33 127 0 24 431 115 55
Binary 10010101 11011 11001101 11011 1010111 0 10100 100011001 1001101 101101

Color Harmonies of #951BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BCD

Black with #951BCD

Text Example


Text Example

White with #951BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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