Html Css Color HEX #9538DB Dark Orchid

📋 copy color: '#9538DB'

red 149 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #9538DB

Tints of Dark Orchid #9538DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.21%

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

R = 35.14%
G = 13.21%
B = 51.65%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9538DB (or 0x9538DB) is known color: Dark Orchid. HEX triplet: 95, 38 and DB. RGB value is (149,56,219). Sum of RGB (Red+Green+Blue) = 149+56+219=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #9538DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9538DB is #6AC724. Grayscale: #656565. Windows color (decimal): -6997797 or 14366869. OLE color: 14366869.

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

Color convert

RGB 149 56 219 -
CMYK 0.32 0.74 0 0.14
HSL 274.23º 0.69% 0.54% -
HSV(B) 274.23º 0.74% 0.86% -
XYZ 26.59 14.33 68.38 -
YUV 102.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 149 56 219 0.32 0.74 0 0.14 274.23 0.69 0.54
Hex 95 38 DB 20 4A 0 E 112 45 36
Octal 225 70 333 40 112 0 16 422 105 66
Binary 10010101 111000 11011011 100000 1001010 0 1110 100010010 1000101 110110

Color Harmonies of #9538DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9538DB

Black with #9538DB

Text Example


Text Example

White with #9538DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9538DB; }

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

 H1.HeaderClassName
 {
   color: #9538DB;
 }
 .AnyTagClassName
 {
   color: #9538DB;
 }
</style>

background-color css

<style>
 a { background-color: #9538DB; }

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

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

border-color css

<style>
 span { border-color: #9538DB; }

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

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