Html Css Color HEX #9635BB Dark Orchid

📋 copy color: '#9635BB'

red 150 ◦ green 53 ◦ blue 187

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

Shades of Dark Orchid #9635BB

Tints of Dark Orchid #9635BB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.59%

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 38.46%
G = 13.59%
B = 47.95%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9635BB (or 0x9635BB) is known color: Dark Orchid. HEX triplet: 96, 35 and BB. RGB value is (150,53,187). Sum of RGB (Red+Green+Blue) = 150+53+187=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #9635BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9635BB is #69CA44. Grayscale: #606060. Windows color (decimal): -6933061 or 12268950. OLE color: 12268950.

HSL color Cylindrical-coordinate representation of color #9635BB: hue angle of 283.43º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9635BB is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 53 187 -
CMYK 0.20 0.72 0 0.27
HSL 283.43º 0.56% 0.47% -
HSV(B) 283.43º 0.72% 0.73% -
XYZ 22.82 12.62 48.25 -
YUV 97.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 150 53 187 0.20 0.72 0 0.27 283.43 0.56 0.47
Hex 96 35 BB 14 48 0 1B 11B 38 2F
Octal 226 65 273 24 110 0 33 433 70 57
Binary 10010110 110101 10111011 10100 1001000 0 11011 100011011 111000 101111

Color Harmonies of #9635BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9635BB

Black with #9635BB

Text Example


Text Example

White with #9635BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9635BB; }

 p { color: rgb(150,53,187); }

 H1.HeaderClassName
 {
   color: #9635BB;
 }
 .AnyTagClassName
 {
   color: #9635BB;
 }
</style>

background-color css

<style>
 a { background-color: #9635BB; }

 a { background-color: rgb(150,53,187); }

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

border-color css

<style>
 span { border-color: #9635BB; }

 span { border-color: rgb(150,53,187); }

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