Html Css Color HEX #9638DB Dark Orchid

📋 copy color: '#9638DB'

red 150 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #9638DB

Tints of Dark Orchid #9638DB

RGB

 RED value IS 150 (58.98% from 255) = 35.29%

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

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

R = 35.29%
G = 13.18%
B = 51.53%

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

#9638DB (or 0x9638DB) is known color: Dark Orchid. HEX triplet: 96, 38 and DB. RGB value is (150,56,219). Sum of RGB (Red+Green+Blue) = 150+56+219=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #9638DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9638DB is #69C724. Grayscale: #666666. Windows color (decimal): -6932261 or 14366870. OLE color: 14366870.

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

Color convert

RGB 150 56 219 -
CMYK 0.32 0.74 0 0.14
HSL 274.6º 0.69% 0.54% -
HSV(B) 274.6º 0.74% 0.86% -
XYZ 26.78 14.43 68.39 -
YUV 102.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 150 56 219 0.32 0.74 0 0.14 274.6 0.69 0.54
Hex 96 38 DB 20 4A 0 E 113 45 36
Octal 226 70 333 40 112 0 16 423 105 66
Binary 10010110 111000 11011011 100000 1001010 0 1110 100010011 1000101 110110

Color Harmonies of #9638DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9638DB

Black with #9638DB

Text Example


Text Example

White with #9638DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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