Html Css Color HEX #9645DA Dark Orchid

📋 copy color: '#9645DA'

red 150 ◦ green 69 ◦ blue 218

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

Shades of Dark Orchid #9645DA

Tints of Dark Orchid #9645DA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.79%

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 34.32%
G = 15.79%
B = 49.89%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9645DA (or 0x9645DA) is known color: Dark Orchid. HEX triplet: 96, 45 and DA. RGB value is (150,69,218). Sum of RGB (Red+Green+Blue) = 150+69+218=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #9645DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645DA is #69BA25. Grayscale: #6D6D6D. Windows color (decimal): -6928934 or 14304662. OLE color: 14304662.

HSL color Cylindrical-coordinate representation of color #9645DA: hue angle of 272.62º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9645DA is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 69 218 -
CMYK 0.31 0.68 0 0.15
HSL 272.62º 0.67% 0.56% -
HSV(B) 272.62º 0.68% 0.85% -
XYZ 27.36 15.8 67.94 -
YUV 110.21 188.84 156.38 -
System Red Green Blue C M Y K H S L
Decimal 150 69 218 0.31 0.68 0 0.15 272.62 0.67 0.56
Hex 96 45 DA 1F 44 0 F 111 43 38
Octal 226 105 332 37 104 0 17 421 103 70
Binary 10010110 1000101 11011010 11111 1000100 0 1111 100010001 1000011 111000

Color Harmonies of #9645DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9645DA

Black with #9645DA

Text Example


Text Example

White with #9645DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9645DA; }

 p { color: rgb(150,69,218); }

 H1.HeaderClassName
 {
   color: #9645DA;
 }
 .AnyTagClassName
 {
   color: #9645DA;
 }
</style>

background-color css

<style>
 a { background-color: #9645DA; }

 a { background-color: rgb(150,69,218); }

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

border-color css

<style>
 span { border-color: #9645DA; }

 span { border-color: rgb(150,69,218); }

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