Html Css Color HEX #951BCE Dark Orchid

📋 copy color: '#951BCE'

red 149 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #951BCE

Tints of Dark Orchid #951BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 39.01%
G = 7.07%
B = 53.93%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#951BCE (or 0x951BCE) is known color: Dark Orchid. HEX triplet: 95, 1B and CE. RGB value is (149,27,206). Sum of RGB (Red+Green+Blue) = 149+27+206=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #951BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BCE is #6AE431. Grayscale: #535353. Windows color (decimal): -7005234 or 13507477. OLE color: 13507477.

HSL color Cylindrical-coordinate representation of color #951BCE: hue angle of 280.89º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951BCE is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 27 206 -
CMYK 0.28 0.87 0 0.19
HSL 280.89º 0.77% 0.46% -
HSV(B) 280.89º 0.87% 0.81% -
XYZ 23.93 11.63 59.38 -
YUV 83.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 149 27 206 0.28 0.87 0 0.19 280.89 0.77 0.46
Hex 95 1B CE 1C 57 0 13 119 4D 2E
Octal 225 33 316 34 127 0 23 431 115 56
Binary 10010101 11011 11001110 11100 1010111 0 10011 100011001 1001101 101110

Color Harmonies of #951BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BCE

Black with #951BCE

Text Example


Text Example

White with #951BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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