Html Css Color HEX #953CCA Dark Orchid

📋 copy color: '#953CCA'

red 149 ◦ green 60 ◦ blue 202

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

Shades of Dark Orchid #953CCA

Tints of Dark Orchid #953CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 36.25%
G = 14.6%
B = 49.15%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#953CCA (or 0x953CCA) is known color: Dark Orchid. HEX triplet: 95, 3C and CA. RGB value is (149,60,202). Sum of RGB (Red+Green+Blue) = 149+60+202=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #953CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CCA is #6AC335. Grayscale: #666666. Windows color (decimal): -6996790 or 13253781. OLE color: 13253781.

HSL color Cylindrical-coordinate representation of color #953CCA: hue angle of 277.61º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953CCA is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 60 202 -
CMYK 0.26 0.70 0 0.21
HSL 277.61º 0.57% 0.51% -
HSV(B) 277.61º 0.7% 0.79% -
XYZ 24.67 13.89 57.26 -
YUV 102.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 149 60 202 0.26 0.70 0 0.21 277.61 0.57 0.51
Hex 95 3C CA 1A 46 0 15 116 39 33
Octal 225 74 312 32 106 0 25 426 71 63
Binary 10010101 111100 11001010 11010 1000110 0 10101 100010110 111001 110011

Color Harmonies of #953CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CCA

Black with #953CCA

Text Example


Text Example

White with #953CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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