Html Css Color HEX #951BBE Dark Orchid

📋 copy color: '#951BBE'

red 149 ◦ green 27 ◦ blue 190

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

Shades of Dark Orchid #951BBE

Tints of Dark Orchid #951BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 40.71%
G = 7.38%
B = 51.91%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#951BBE (or 0x951BBE) is known color: Dark Orchid. HEX triplet: 95, 1B and BE. RGB value is (149,27,190). Sum of RGB (Red+Green+Blue) = 149+27+190=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #951BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BBE is #6AE441. Grayscale: #515151. Windows color (decimal): -7005250 or 12458901. OLE color: 12458901.

HSL color Cylindrical-coordinate representation of color #951BBE: hue angle of 284.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951BBE is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 27 190 -
CMYK 0.22 0.86 0 0.25
HSL 284.91º 0.75% 0.43% -
HSV(B) 284.91º 0.86% 0.75% -
XYZ 22.08 10.89 49.65 -
YUV 82.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 149 27 190 0.22 0.86 0 0.25 284.91 0.75 0.43
Hex 95 1B BE 16 56 0 19 11D 4B 2B
Octal 225 33 276 26 126 0 31 435 113 53
Binary 10010101 11011 10111110 10110 1010110 0 11001 100011101 1001011 101011

Color Harmonies of #951BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BBE

Black with #951BBE

Text Example


Text Example

White with #951BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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