Html Css Color HEX #9643D0 Dark Orchid

📋 copy color: '#9643D0'

red 150 ◦ green 67 ◦ blue 208

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

Shades of Dark Orchid #9643D0

Tints of Dark Orchid #9643D0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.76%

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

R = 35.29%
G = 15.76%
B = 48.94%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9643D0 (or 0x9643D0) is known color: Dark Orchid. HEX triplet: 96, 43 and D0. RGB value is (150,67,208). Sum of RGB (Red+Green+Blue) = 150+67+208=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #9643D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643D0 is #69BC2F. Grayscale: #6B6B6B. Windows color (decimal): -6929456 or 13648790. OLE color: 13648790.

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

Color convert

RGB 150 67 208 -
CMYK 0.28 0.68 0 0.18
HSL 275.32º 0.6% 0.54% -
HSV(B) 275.32º 0.68% 0.82% -
XYZ 25.97 15.05 61.21 -
YUV 107.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 150 67 208 0.28 0.68 0 0.18 275.32 0.6 0.54
Hex 96 43 D0 1C 44 0 12 113 3C 36
Octal 226 103 320 34 104 0 22 423 74 66
Binary 10010110 1000011 11010000 11100 1000100 0 10010 100010011 111100 110110

Color Harmonies of #9643D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9643D0

Black with #9643D0

Text Example


Text Example

White with #9643D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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