Html Css Color HEX #951BB3 Dark Orchid

📋 copy color: '#951BB3'

red 149 ◦ green 27 ◦ blue 179

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

Shades of Dark Orchid #951BB3

Tints of Dark Orchid #951BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.42%

R = 41.97%
G = 7.61%
B = 50.42%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#951BB3 (or 0x951BB3) is known color: Dark Orchid. HEX triplet: 95, 1B and B3. RGB value is (149,27,179). Sum of RGB (Red+Green+Blue) = 149+27+179=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #951BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BB3 is #6AE44C. Grayscale: #505050. Windows color (decimal): -7005261 or 11738005. OLE color: 11738005.

HSL color Cylindrical-coordinate representation of color #951BB3: hue angle of 288.16º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951BB3 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 27 179 -
CMYK 0.17 0.85 0 0.30
HSL 288.16º 0.74% 0.4% -
HSV(B) 288.16º 0.85% 0.7% -
XYZ 20.92 10.43 43.56 -
YUV 80.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 149 27 179 0.17 0.85 0 0.30 288.16 0.74 0.4
Hex 95 1B B3 11 55 0 1E 120 4A 28
Octal 225 33 263 21 125 0 36 440 112 50
Binary 10010101 11011 10110011 10001 1010101 0 11110 100100000 1001010 101000

Color Harmonies of #951BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BB3

Black with #951BB3

Text Example


Text Example

White with #951BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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