Html Css Color HEX #951CB3 Dark Orchid

📋 copy color: '#951CB3'

red 149 ◦ green 28 ◦ blue 179

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

Shades of Dark Orchid #951CB3

Tints of Dark Orchid #951CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

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

R = 41.85%
G = 7.87%
B = 50.28%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#951CB3 (or 0x951CB3) is known color: Dark Orchid. HEX triplet: 95, 1C and B3. RGB value is (149,28,179). Sum of RGB (Red+Green+Blue) = 149+28+179=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #951CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CB3 is #6AE34C. Grayscale: #505050. Windows color (decimal): -7005005 or 11738261. OLE color: 11738261.

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

Color convert

RGB 149 28 179 -
CMYK 0.17 0.84 0 0.30
HSL 288.08º 0.73% 0.41% -
HSV(B) 288.08º 0.84% 0.7% -
XYZ 20.95 10.47 43.57 -
YUV 81.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 149 28 179 0.17 0.84 0 0.30 288.08 0.73 0.41
Hex 95 1C B3 11 54 0 1E 120 49 29
Octal 225 34 263 21 124 0 36 440 111 51
Binary 10010101 11100 10110011 10001 1010100 0 11110 100100000 1001001 101001

Color Harmonies of #951CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CB3

Black with #951CB3

Text Example


Text Example

White with #951CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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