Html Css Color HEX #9633DA Dark Orchid

📋 copy color: '#9633DA'

red 150 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #9633DA

Tints of Dark Orchid #9633DA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.17%

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 35.8%
G = 12.17%
B = 52.03%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9633DA (or 0x9633DA) is known color: Dark Orchid. HEX triplet: 96, 33 and DA. RGB value is (150,51,218). Sum of RGB (Red+Green+Blue) = 150+51+218=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #9633DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633DA is #69CC25. Grayscale: #636363. Windows color (decimal): -6933542 or 14300054. OLE color: 14300054.

HSL color Cylindrical-coordinate representation of color #9633DA: hue angle of 275.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9633DA is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 51 218 -
CMYK 0.31 0.77 0 0.15
HSL 275.57º 0.69% 0.53% -
HSV(B) 275.57º 0.77% 0.85% -
XYZ 26.42 13.91 67.62 -
YUV 99.64 194.8 163.92 -
System Red Green Blue C M Y K H S L
Decimal 150 51 218 0.31 0.77 0 0.15 275.57 0.69 0.53
Hex 96 33 DA 1F 4D 0 F 114 45 35
Octal 226 63 332 37 115 0 17 424 105 65
Binary 10010110 110011 11011010 11111 1001101 0 1111 100010100 1000101 110101

Color Harmonies of #9633DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9633DA

Black with #9633DA

Text Example


Text Example

White with #9633DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9633DA; }

 p { color: rgb(150,51,218); }

 H1.HeaderClassName
 {
   color: #9633DA;
 }
 .AnyTagClassName
 {
   color: #9633DA;
 }
</style>

background-color css

<style>
 a { background-color: #9633DA; }

 a { background-color: rgb(150,51,218); }

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

border-color css

<style>
 span { border-color: #9633DA; }

 span { border-color: rgb(150,51,218); }

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