Html Css Color HEX #953FCA Dark Orchid

📋 copy color: '#953FCA'

red 149 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #953FCA

Tints of Dark Orchid #953FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

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

R = 35.99%
G = 15.22%
B = 48.79%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#953FCA (or 0x953FCA) is known color: Dark Orchid. HEX triplet: 95, 3F and CA. RGB value is (149,63,202). Sum of RGB (Red+Green+Blue) = 149+63+202=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #953FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FCA is #6AC035. Grayscale: #686868. Windows color (decimal): -6996022 or 13254549. OLE color: 13254549.

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

Color convert

RGB 149 63 202 -
CMYK 0.26 0.69 0 0.21
HSL 277.12º 0.57% 0.52% -
HSV(B) 277.12º 0.69% 0.79% -
XYZ 24.83 14.21 57.31 -
YUV 104.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 149 63 202 0.26 0.69 0 0.21 277.12 0.57 0.52
Hex 95 3F CA 1A 45 0 15 115 39 34
Octal 225 77 312 32 105 0 25 425 71 64
Binary 10010101 111111 11001010 11010 1000101 0 10101 100010101 111001 110100

Color Harmonies of #953FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FCA

Black with #953FCA

Text Example


Text Example

White with #953FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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