Html Css Color HEX #9620CF Dark Orchid

📋 copy color: '#9620CF'

red 150 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #9620CF

Tints of Dark Orchid #9620CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 38.56%
G = 8.23%
B = 53.21%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9620CF (or 0x9620CF) is known color: Dark Orchid. HEX triplet: 96, 20 and CF. RGB value is (150,32,207). Sum of RGB (Red+Green+Blue) = 150+32+207=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #9620CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9620CF is #69DF30. Grayscale: #565656. Windows color (decimal): -6938417 or 13574294. OLE color: 13574294.

HSL color Cylindrical-coordinate representation of color #9620CF: hue angle of 280.46º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9620CF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 32 207 -
CMYK 0.28 0.85 0 0.19
HSL 280.46º 0.73% 0.47% -
HSV(B) 280.46º 0.85% 0.81% -
XYZ 24.36 12.02 60.07 -
YUV 87.23 195.59 172.77 -
System Red Green Blue C M Y K H S L
Decimal 150 32 207 0.28 0.85 0 0.19 280.46 0.73 0.47
Hex 96 20 CF 1C 55 0 13 118 49 2F
Octal 226 40 317 34 125 0 23 430 111 57
Binary 10010110 100000 11001111 11100 1010101 0 10011 100011000 1001001 101111

Color Harmonies of #9620CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9620CF

Black with #9620CF

Text Example


Text Example

White with #9620CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9620CF; }

 p { color: rgb(150,32,207); }

 H1.HeaderClassName
 {
   color: #9620CF;
 }
 .AnyTagClassName
 {
   color: #9620CF;
 }
</style>

background-color css

<style>
 a { background-color: #9620CF; }

 a { background-color: rgb(150,32,207); }

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

border-color css

<style>
 span { border-color: #9620CF; }

 span { border-color: rgb(150,32,207); }

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