Html Css Color HEX #9833C9 Dark Orchid

📋 copy color: '#9833C9'

red 152 ◦ green 51 ◦ blue 201

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

Shades of Dark Orchid #9833C9

Tints of Dark Orchid #9833C9

RGB

 RED value IS 152 (59.77% from 255) = 37.62%

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

 BLUE value IS 201 (78.91% from 255) = 49.75%

R = 37.62%
G = 12.62%
B = 49.75%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9833C9 (or 0x9833C9) is known color: Dark Orchid. HEX triplet: 98, 33 and C9. RGB value is (152,51,201). Sum of RGB (Red+Green+Blue) = 152+51+201=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #9833C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9833C9 is #67CC36. Grayscale: #616161. Windows color (decimal): -6802487 or 13185944. OLE color: 13185944.

HSL color Cylindrical-coordinate representation of color #9833C9: hue angle of 280.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9833C9 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 51 201 -
CMYK 0.24 0.75 0 0.21
HSL 280.4º 0.6% 0.49% -
HSV(B) 280.4º 0.75% 0.79% -
XYZ 24.68 13.26 56.52 -
YUV 98.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 152 51 201 0.24 0.75 0 0.21 280.4 0.6 0.49
Hex 98 33 C9 18 4B 0 15 118 3C 31
Octal 230 63 311 30 113 0 25 430 74 61
Binary 10011000 110011 11001001 11000 1001011 0 10101 100011000 111100 110001

Color Harmonies of #9833C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9833C9

Black with #9833C9

Text Example


Text Example

White with #9833C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9833C9; }

 p { color: rgb(152,51,201); }

 H1.HeaderClassName
 {
   color: #9833C9;
 }
 .AnyTagClassName
 {
   color: #9833C9;
 }
</style>

background-color css

<style>
 a { background-color: #9833C9; }

 a { background-color: rgb(152,51,201); }

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

border-color css

<style>
 span { border-color: #9833C9; }

 span { border-color: rgb(152,51,201); }

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