Html Css Color HEX #953BCC Dark Orchid

📋 copy color: '#953BCC'

red 149 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #953BCC

Tints of Dark Orchid #953BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.32%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 36.17%
G = 14.32%
B = 49.51%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#953BCC (or 0x953BCC) is known color: Dark Orchid. HEX triplet: 95, 3B and CC. RGB value is (149,59,204). Sum of RGB (Red+Green+Blue) = 149+59+204=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #953BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BCC is #6AC433. Grayscale: #656565. Windows color (decimal): -6997044 or 13384597. OLE color: 13384597.

HSL color Cylindrical-coordinate representation of color #953BCC: hue angle of 277.24º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953BCC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 59 204 -
CMYK 0.27 0.71 0 0.2
HSL 277.24º 0.59% 0.52% -
HSV(B) 277.24º 0.71% 0.8% -
XYZ 24.86 13.88 58.5 -
YUV 102.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 149 59 204 0.27 0.71 0 0.2 277.24 0.59 0.52
Hex 95 3B CC 1B 47 0 14 115 3B 34
Octal 225 73 314 33 107 0 24 425 73 64
Binary 10010101 111011 11001100 11011 1000111 0 10100 100010101 111011 110100

Color Harmonies of #953BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BCC

Black with #953BCC

Text Example


Text Example

White with #953BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,59,204); }

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

background-color css

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

 a { background-color: rgb(149,59,204); }

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

border-color css

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

 span { border-color: rgb(149,59,204); }

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