Html Css Color HEX #953CC7 Dark Orchid

📋 copy color: '#953CC7'

red 149 ◦ green 60 ◦ blue 199

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

Shades of Dark Orchid #953CC7

Tints of Dark Orchid #953CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.77%

R = 36.52%
G = 14.71%
B = 48.77%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#953CC7 (or 0x953CC7) is known color: Dark Orchid. HEX triplet: 95, 3C and C7. RGB value is (149,60,199). Sum of RGB (Red+Green+Blue) = 149+60+199=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #953CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CC7 is #6AC338. Grayscale: #656565. Windows color (decimal): -6996793 or 13057173. OLE color: 13057173.

HSL color Cylindrical-coordinate representation of color #953CC7: hue angle of 278.42º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953CC7 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 60 199 -
CMYK 0.25 0.70 0 0.22
HSL 278.42º 0.55% 0.51% -
HSV(B) 278.42º 0.7% 0.78% -
XYZ 24.32 13.74 55.4 -
YUV 102.46 182.49 161.2 -
System Red Green Blue C M Y K H S L
Decimal 149 60 199 0.25 0.70 0 0.22 278.42 0.55 0.51
Hex 95 3C C7 19 46 0 16 116 37 33
Octal 225 74 307 31 106 0 26 426 67 63
Binary 10010101 111100 11000111 11001 1000110 0 10110 100010110 110111 110011

Color Harmonies of #953CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CC7

Black with #953CC7

Text Example


Text Example

White with #953CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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