Html Css Color HEX #9645D0 Dark Orchid

📋 copy color: '#9645D0'

red 150 ◦ green 69 ◦ blue 208

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

Shades of Dark Orchid #9645D0

Tints of Dark Orchid #9645D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.71%

R = 35.13%
G = 16.16%
B = 48.71%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9645D0 (or 0x9645D0) is known color: Dark Orchid. HEX triplet: 96, 45 and D0. RGB value is (150,69,208). Sum of RGB (Red+Green+Blue) = 150+69+208=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #9645D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645D0 is #69BA2F. Grayscale: #6C6C6C. Windows color (decimal): -6928944 or 13649302. OLE color: 13649302.

HSL color Cylindrical-coordinate representation of color #9645D0: hue angle of 274.96º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9645D0 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 69 208 -
CMYK 0.28 0.67 0 0.18
HSL 274.96º 0.6% 0.54% -
HSV(B) 274.96º 0.67% 0.82% -
XYZ 26.09 15.29 61.25 -
YUV 109.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 150 69 208 0.28 0.67 0 0.18 274.96 0.6 0.54
Hex 96 45 D0 1C 43 0 12 113 3C 36
Octal 226 105 320 34 103 0 22 423 74 66
Binary 10010110 1000101 11010000 11100 1000011 0 10010 100010011 111100 110110

Color Harmonies of #9645D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9645D0

Black with #9645D0

Text Example


Text Example

White with #9645D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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