Html Css Color HEX #953CBE Dark Orchid

📋 copy color: '#953CBE'

red 149 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #953CBE

Tints of Dark Orchid #953CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.04%

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

R = 37.34%
G = 15.04%
B = 47.62%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#953CBE (or 0x953CBE) is known color: Dark Orchid. HEX triplet: 95, 3C and BE. RGB value is (149,60,190). Sum of RGB (Red+Green+Blue) = 149+60+190=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #953CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CBE is #6AC341. Grayscale: #656565. Windows color (decimal): -6996802 or 12467349. OLE color: 12467349.

HSL color Cylindrical-coordinate representation of color #953CBE: hue angle of 281.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953CBE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 60 190 -
CMYK 0.22 0.68 0 0.25
HSL 281.08º 0.52% 0.49% -
HSV(B) 281.08º 0.68% 0.75% -
XYZ 23.3 13.34 50.06 -
YUV 101.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 149 60 190 0.22 0.68 0 0.25 281.08 0.52 0.49
Hex 95 3C BE 16 44 0 19 119 34 31
Octal 225 74 276 26 104 0 31 431 64 61
Binary 10010101 111100 10111110 10110 1000100 0 11001 100011001 110100 110001

Color Harmonies of #953CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CBE

Black with #953CBE

Text Example


Text Example

White with #953CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953CBE; }

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

 H1.HeaderClassName
 {
   color: #953CBE;
 }
 .AnyTagClassName
 {
   color: #953CBE;
 }
</style>

background-color css

<style>
 a { background-color: #953CBE; }

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

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

border-color css

<style>
 span { border-color: #953CBE; }

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

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