Html Css Color HEX #953BDB Dark Orchid

📋 copy color: '#953BDB'

red 149 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #953BDB

Tints of Dark Orchid #953BDB

RGB

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

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

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

R = 34.89%
G = 13.82%
B = 51.29%

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

#953BDB (or 0x953BDB) is known color: Dark Orchid. HEX triplet: 95, 3B and DB. RGB value is (149,59,219). Sum of RGB (Red+Green+Blue) = 149+59+219=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #953BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BDB is #6AC424. Grayscale: #676767. Windows color (decimal): -6997029 or 14367637. OLE color: 14367637.

HSL color Cylindrical-coordinate representation of color #953BDB: hue angle of 273.75º 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 #953BDB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 59 219 -
CMYK 0.32 0.73 0 0.14
HSL 273.75º 0.69% 0.55% -
HSV(B) 273.75º 0.73% 0.86% -
XYZ 26.74 14.63 68.43 -
YUV 104.15 192.82 159.99 -
System Red Green Blue C M Y K H S L
Decimal 149 59 219 0.32 0.73 0 0.14 273.75 0.69 0.55
Hex 95 3B DB 20 49 0 E 112 45 37
Octal 225 73 333 40 111 0 16 422 105 67
Binary 10010101 111011 11011011 100000 1001001 0 1110 100010010 1000101 110111

Color Harmonies of #953BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BDB

Black with #953BDB

Text Example


Text Example

White with #953BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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