Html Css Color HEX #953CDB Dark Orchid

📋 copy color: '#953CDB'

red 149 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #953CDB

Tints of Dark Orchid #953CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 34.81%
G = 14.02%
B = 51.17%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#953CDB (or 0x953CDB) is known color: Dark Orchid. HEX triplet: 95, 3C and DB. RGB value is (149,60,219). Sum of RGB (Red+Green+Blue) = 149+60+219=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #953CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CDB is #6AC324. Grayscale: #686868. Windows color (decimal): -6996773 or 14367893. OLE color: 14367893.

HSL color Cylindrical-coordinate representation of color #953CDB: hue angle of 273.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953CDB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 60 219 -
CMYK 0.32 0.73 0 0.14
HSL 273.58º 0.69% 0.55% -
HSV(B) 273.58º 0.73% 0.86% -
XYZ 26.8 14.74 68.45 -
YUV 104.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 149 60 219 0.32 0.73 0 0.14 273.58 0.69 0.55
Hex 95 3C DB 20 49 0 E 112 45 37
Octal 225 74 333 40 111 0 16 422 105 67
Binary 10010101 111100 11011011 100000 1001001 0 1110 100010010 1000101 110111

Color Harmonies of #953CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CDB

Black with #953CDB

Text Example


Text Example

White with #953CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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