Html Css Color HEX #9648CE Dark Orchid

📋 copy color: '#9648CE'

red 150 ◦ green 72 ◦ blue 206

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

Shades of Dark Orchid #9648CE

Tints of Dark Orchid #9648CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.82%

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 35.05%
G = 16.82%
B = 48.13%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9648CE (or 0x9648CE) is known color: Dark Orchid. HEX triplet: 96, 48 and CE. RGB value is (150,72,206). Sum of RGB (Red+Green+Blue) = 150+72+206=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #9648CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9648CE is #69B731. Grayscale: #6E6E6E. Windows color (decimal): -6928178 or 13518998. OLE color: 13518998.

HSL color Cylindrical-coordinate representation of color #9648CE: hue angle of 274.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9648CE is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 72 206 -
CMYK 0.27 0.65 0 0.19
HSL 274.93º 0.58% 0.55% -
HSV(B) 274.93º 0.65% 0.81% -
XYZ 26.04 15.57 60.03 -
YUV 110.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 150 72 206 0.27 0.65 0 0.19 274.93 0.58 0.55
Hex 96 48 CE 1B 41 0 13 113 3A 37
Octal 226 110 316 33 101 0 23 423 72 67
Binary 10010110 1001000 11001110 11011 1000001 0 10011 100010011 111010 110111

Color Harmonies of #9648CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9648CE

Black with #9648CE

Text Example


Text Example

White with #9648CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9648CE; }

 p { color: rgb(150,72,206); }

 H1.HeaderClassName
 {
   color: #9648CE;
 }
 .AnyTagClassName
 {
   color: #9648CE;
 }
</style>

background-color css

<style>
 a { background-color: #9648CE; }

 a { background-color: rgb(150,72,206); }

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

border-color css

<style>
 span { border-color: #9648CE; }

 span { border-color: rgb(150,72,206); }

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