Html Css Color HEX #9634BD Dark Orchid

📋 copy color: '#9634BD'

red 150 ◦ green 52 ◦ blue 189

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

Shades of Dark Orchid #9634BD

Tints of Dark Orchid #9634BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.3%

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 38.36%
G = 13.3%
B = 48.34%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9634BD (or 0x9634BD) is known color: Dark Orchid. HEX triplet: 96, 34 and BD. RGB value is (150,52,189). Sum of RGB (Red+Green+Blue) = 150+52+189=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #9634BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9634BD is #69CB42. Grayscale: #606060. Windows color (decimal): -6933315 or 12399766. OLE color: 12399766.

HSL color Cylindrical-coordinate representation of color #9634BD: hue angle of 282.92º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9634BD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 52 189 -
CMYK 0.21 0.72 0 0.26
HSL 282.92º 0.57% 0.47% -
HSV(B) 282.92º 0.72% 0.74% -
XYZ 22.99 12.61 49.37 -
YUV 96.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 150 52 189 0.21 0.72 0 0.26 282.92 0.57 0.47
Hex 96 34 BD 15 48 0 1A 11B 39 2F
Octal 226 64 275 25 110 0 32 433 71 57
Binary 10010110 110100 10111101 10101 1001000 0 11010 100011011 111001 101111

Color Harmonies of #9634BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9634BD

Black with #9634BD

Text Example


Text Example

White with #9634BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9634BD; }

 p { color: rgb(150,52,189); }

 H1.HeaderClassName
 {
   color: #9634BD;
 }
 .AnyTagClassName
 {
   color: #9634BD;
 }
</style>

background-color css

<style>
 a { background-color: #9634BD; }

 a { background-color: rgb(150,52,189); }

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

border-color css

<style>
 span { border-color: #9634BD; }

 span { border-color: rgb(150,52,189); }

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