Html Css Color HEX #9933CF Dark Orchid

📋 copy color: '#9933CF'

red 153 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #9933CF

Tints of Dark Orchid #9933CF

RGB

 RED value IS 153 (60.16% from 255) = 37.23%

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 37.23%
G = 12.41%
B = 50.36%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9933CF (or 0x9933CF) is known color: Dark Orchid. HEX triplet: 99, 33 and CF. RGB value is (153,51,207). Sum of RGB (Red+Green+Blue) = 153+51+207=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #9933CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9933CF is #66CC30. Grayscale: #626262. Windows color (decimal): -6736945 or 13579161. OLE color: 13579161.

HSL color Cylindrical-coordinate representation of color #9933CF: hue angle of 279.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9933CF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 51 207 -
CMYK 0.26 0.75 0 0.19
HSL 279.23º 0.62% 0.51% -
HSV(B) 279.23º 0.75% 0.81% -
XYZ 25.58 13.64 60.32 -
YUV 99.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 153 51 207 0.26 0.75 0 0.19 279.23 0.62 0.51
Hex 99 33 CF 1A 4B 0 13 117 3E 33
Octal 231 63 317 32 113 0 23 427 76 63
Binary 10011001 110011 11001111 11010 1001011 0 10011 100010111 111110 110011

Color Harmonies of #9933CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9933CF

Black with #9933CF

Text Example


Text Example

White with #9933CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9933CF; }

 p { color: rgb(153,51,207); }

 H1.HeaderClassName
 {
   color: #9933CF;
 }
 .AnyTagClassName
 {
   color: #9933CF;
 }
</style>

background-color css

<style>
 a { background-color: #9933CF; }

 a { background-color: rgb(153,51,207); }

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

border-color css

<style>
 span { border-color: #9933CF; }

 span { border-color: rgb(153,51,207); }

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