Html Css Color HEX #951BBC Dark Orchid

📋 copy color: '#951BBC'

red 149 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #951BBC

Tints of Dark Orchid #951BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 40.93%
G = 7.42%
B = 51.65%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#951BBC (or 0x951BBC) is known color: Dark Orchid. HEX triplet: 95, 1B and BC. RGB value is (149,27,188). Sum of RGB (Red+Green+Blue) = 149+27+188=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #951BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BBC is #6AE443. Grayscale: #515151. Windows color (decimal): -7005252 or 12327829. OLE color: 12327829.

HSL color Cylindrical-coordinate representation of color #951BBC: hue angle of 285.47º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951BBC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 27 188 -
CMYK 0.21 0.86 0 0.26
HSL 285.47º 0.75% 0.42% -
HSV(B) 285.47º 0.86% 0.74% -
XYZ 21.86 10.8 48.51 -
YUV 81.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 149 27 188 0.21 0.86 0 0.26 285.47 0.75 0.42
Hex 95 1B BC 15 56 0 1A 11D 4B 2A
Octal 225 33 274 25 126 0 32 435 113 52
Binary 10010101 11011 10111100 10101 1010110 0 11010 100011101 1001011 101010

Color Harmonies of #951BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BBC

Black with #951BBC

Text Example


Text Example

White with #951BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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